← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 70)[/usr/share/perl5/Class/Method/Modifiers.pm:152]
StatementsExecuted 6 statements in 21µs
Eval Invoked At/usr/share/perl5/Class/Method/Modifiers.pm line 152
Sibling evals1, 2, 3, 4
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
433104µs10.1msSearch::Elasticsearch::Cxn::HTTPTiny::::perform_requestSearch::Elasticsearch::Cxn::HTTPTiny::perform_request
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Search::Elasticsearch::Cxn::HTTPTiny;
2
# spent 10.1ms (104µs+10.0) within Search::Elasticsearch::Cxn::HTTPTiny::perform_request which was called 4 times, avg 2.53ms/call: # 2 times (80µs+4.97ms) by Search::Elasticsearch::Cxn::HTTPTiny::perform_request at line 6, avg 2.53ms/call # once (12µs+3.28ms) by Search::Elasticsearch::Transport::try {...} at line 29 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Transport.pm # once (13µs+1.78ms) by Search::Elasticsearch::Role::Cxn::try {...} at line 82 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Cxn.pm
sub perform_request {
323µs for my $method (@$before) {
427µs27µs $method->(@_);
5 }
6211µs25.05ms $$wrapped->(@_);}
# spent 5.05ms making 2 calls to Search::Elasticsearch::Cxn::HTTPTiny::perform_request, avg 2.53ms/call
7;